home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / tcpats.zip / TURBOC1.PAT < prev    next >
Text File  |  1987-06-07  |  4KB  |  106 lines

  1.  
  2. PRODUCT : TURBO C
  3. VERSION : 1.0
  4.      OS : PC-DOS
  5.    DATE : MAY 20, 1987                                       PAGE : 1/2
  6.  
  7.   TITLE : FLOATING POINT EVALUATION - PATCH
  8.  
  9.  
  10.  
  11.  
  12.      The following patch solves a problem with dividing floating point
  13.      evaluation.
  14.  
  15.      To apply this patch, you will need to use the DOS utility DEBUG.COM.
  16.      You may obtain a copy of DEBUG.COM from one of your original PC-DOS
  17.      or  MS-DOS diskettes.
  18.  
  19.      NOTE:   1. Do not patch your original Turbo C disk, use a working or
  20.                 backup copy of TCC.EXE and TC.EXE for this patch.
  21.  
  22.              2. DEBUG is not sensitive to upper and lower case.  All ad-
  23.                 dresses are listed in upper case for ease of readibility.
  24.  
  25.              3. XXXX,YYYY,ZZZZ are hexidecimal digits returned by DEBUG.
  26.                 You must  replace these  digits accordingly when  typing
  27.                 in your commands.
  28.  
  29.              4. While in DEBUG, the prompt will appear as a dash (-).
  30.  
  31.              5. If you do not receive the appropriate response,press "q"
  32.                 followed by  <Enter>,  to exit  from DEBUG.   Check your
  33.                 version number and, if correct, try again.
  34.  
  35.              6. TCC.EXE and TC.EXE will not fit together onto a 360K disk.
  36.                 To patch both  programs on a floppy disk,  you may need to
  37.                 copy  TCC.EXE and DEBUG.COM  onto one disk and perform the
  38.                 patch.  Save the patched version of TCC.EXE to another
  39.                 disk.  Repeat the same steps using TC.EXE.
  40.  
  41.      At the  DOS prompt,  type the  following  information exactly as it
  42.      appears (Conclude each line by pressing <Enter>).
  43.  
  44. PRODUCT : TURBO C
  45. VERSION : 1.0
  46.      OS : PC-DOS
  47.    DATE : MAY 20, 1987                                       PAGE : 2/2
  48.   TITLE : DIVISION OF CONSTANTS - PATCH
  49.  
  50.                          Patch for TCC.EXE
  51.  
  52.      Type the following:                      You will see:
  53.  
  54.      ren tcc.exe tcc.xex<Enter>               A>
  55.  
  56.      debug tcc.xex<Enter>                     -
  57.  
  58.      r<Enter>                                 ... CS=XXXX ...
  59.                                               -
  60.  
  61.      h XXXX 2420<Enter>                       YYYY  ZZZZ
  62.                                               -
  63.  
  64.      e YYYY:369<Enter>                        YYYY:0369   0A.
  65.  
  66.      6<Enter>                                 -
  67.  
  68.      e YYYY:36F<Enter>                        YYYY:036F   06.
  69.  
  70.      A<Enter>                                 -
  71.  
  72.      w<Enter>                                 Writing 2948A bytes
  73.  
  74.      q<Enter>                                 A>
  75.  
  76.      ren tcc.xex tcc.exe<Enter>
  77.  
  78.                              Patch for TC.EXE
  79.  
  80.      Type the following:                      You will see:
  81.  
  82.      ren tc.exe tc.xex<Enter>                 A>
  83.  
  84.      debug tc.xex<Enter>                      -
  85.  
  86.      r<Enter>                                 ... CS=XXXX ...
  87.                                               -
  88.  
  89.      h XXXX 2D01<Enter>                       YYYY  ZZZZ
  90.                                               -
  91.  
  92.      e YYYY:35E<Enter>                        YYYY:035E   0A.
  93.  
  94.      6<Enter>                                 -
  95.  
  96.      e YYYY:364<Enter>                        YYYY:0364   06.
  97.  
  98.      A<Enter>                                 -
  99.  
  100.      w<Enter>                                 Writing 38759 bytes
  101.  
  102.      q<Enter>                                 A>
  103.  
  104.      ren tc.xex tc.exe<Enter>
  105.  
  106.  N72N         Teleware(berger).......941-2386-....2400